ia64: Remove list_move() implementation. Now implemenetd in generic list.h.
authorKeir Fraser <keir@xensource.com>
Wed, 28 Mar 2007 17:48:54 +0000 (18:48 +0100)
committerKeir Fraser <keir@xensource.com>
Wed, 28 Mar 2007 17:48:54 +0000 (18:48 +0100)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/include/asm-ia64/linux-xen/asm/iosapic.h

index a94e5f53da211643bbb36b72d5112346ee6b1bbe..90fb63de912d2023b725167d77657cf80b5b7945 100644 (file)
@@ -109,18 +109,6 @@ extern void __devinit map_iosapic_to_node (unsigned int, int);
 #endif
 
 #ifdef XEN
-/* Move to common code later */
-/**
- * list_move - delete from one list and add as another's head
- * @list: the entry to move
- * @head: the head that will precede our entry
- */
-static inline void list_move(struct list_head *list, struct list_head *head)
-{
-        __list_del(list->prev, list->next);
-        list_add(list, head);
-}
-
 #define move_irq(x)
 
 #ifdef nop